You can delete pending configuration on a VRF.
Follow this procedure to push or remove the pending configuration on a VRF.
efa tenant vrf configure
The efa tenant vrf configure command pushes or removes the pending configuration of a VRF when it is in one of the following states:
vrf-device-static-route-delete-pending |
vrf-device-static-route-bfd-delete-pending |
vrf-device-network-route-delete-pending |
vrf-device-aggregate-address-delete-pending |
vrf-device-local-asn-delete-pending | vrf-device-max-path-delete-pending
| vrf-device-redist-delete-pending |
vrf-device-rh-max-path-delete-pending |
vrf-device-static-network-delete-pending
efa tenant vrf show --tenant t1 +------+--------+-------------+-------------+------------+--------------+------+-------+--------+-------------------------------------+-----------------+-----------+ | Name | Tenant | Routing | Centralized | Enable L3 | Redistribute | Max | Local | Enable | State | Dev State | App State | | | | Type | Routers | Extension | | Path | Asn | GR | | | | +------+--------+-------------+-------------+------------+--------------+------+-------+--------+-------------------------------------+-----------------+-----------+ | v1 | t1 | distributed | | true | connected | 8 | | false | vrf-device-local-asn-delete-pending | not-provisioned | cfg-ready | +------+--------+-------------+-------------+------------+--------------+------+-------+--------+-------------------------------------+-----------------+-----------+ efa tenant vrf configure --tenant t1 --name v1 Vrf updated successfully. --- Time Elapsed: 28.365307663s --- efa tenant vrf show --tenant t1 +-------+--------+-------------+--------------+-------------+--------------+------+-------+--------+--------------------+---------------+-------------+ | Name | Tenant | Routing | Centralized | Enable L3 | Redistribute | Max | Local | Enable | State | Dev State | App State | | | | Type | Routers | Extension | | Path | Asn | GR | | | | +-------+--------+-------------+--------------+-------------+--------------+------+-------+--------+--------------------+---------------+-------------+ | v1 | t1 | distributed | | true | connected | 8 | | false | vrf-device-created | provisioned | cfg-in-sync | +-------+--------+-------------+--------------+-------------+--------------+------+-------+--------+--------------------+---------------+-------------+